home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / OPEN.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  258 b   |  16 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < the stopTime of sprite 1 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   if the doubleClick then
  9.     set the soundLevel to 7
  10.     updateStage()
  11.     unLoad()
  12.     unLoadCast()
  13.     go(1, "main.dir")
  14.   end if
  15. end
  16.